common: command: Use command_ret_t enum values instead of values
authorMichal Simek <[email protected]>
Mon, 4 Jun 2018 11:29:49 +0000 (13:29 +0200)
committerMichal Simek <[email protected]>
Thu, 19 Jul 2018 08:49:53 +0000 (10:49 +0200)
commit3723324042ec92739d802604558a3ebe3d5616dc
treeba57fe1ed6bd1a02724b07e489dcf239b95cf87d
parent24e2b20132a9ecba851e0eadd312528a7307e8a2
common: command: Use command_ret_t enum values instead of values

Use enum command_ret_t types in cmd_process_error().

Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/command.c